@charset "UTF-8";

.inner {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.iconfont {
	font-size: 1em;
}

.clearfix,
.clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body {
	overflow-x: hidden;
	padding-top: 100px;
}

img {
	border: none;
}

.banner {
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner .banner-pagination {
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 10px;
	z-index: 9;
	font-size: 0;
	text-align: center;
}

.banner .banner-pagination .swiper-pagination-switch {
	display: inline-block;
	width: 20px;
	height: 5px;
	border-radius: 5px;
	margin: 0 6px;
	background: #fff;
	opacity: 0.8;
}

.banner .banner-pagination .swiper-pagination-switch.swiper-active-switch {
	background: #5c7de6;
}

.pagination {
	font-size: 0;
	text-align: center;
	height: 100px;
	padding: 32.5px;
	margin-top: 15px;
}

.pagination a {
	display: inline-block;
	background: none;
	margin: 0 5px;
	min-width: 30px;
	color: #666;
	height: 35px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pagination a:hover {
	background: #e98b0e;
	color: #fff;
}

.pagination .listpage {
	width: 32px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	border-radius: 3px;
}

.pagination .homepage,
.pagination .nopage,
.pagination .prepage,
.pagination .nextpage,
.pagination .endpage {
	width: 80px;
	height: 35px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	border-radius: 3px;
}

.pagination .curpage {
	background: #e98b0e;
	color: #fff;
}

.pagination .pgejump,
.pagination .pageinfo {
	display: none;
}

.location {
	width: 100%;
	height: 60px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.location p,
.location a {
	font-size: 16px;
	text-align: left;
	color: #484848;
	line-height: 60px;
}

#navigator {
	width: 100%;
	border-radius: 4px;
	display: none;
	margin-bottom: 15px;
}

#navigator .swiper-wrapper {
	margin: auto;
}

#navigator .swiper-wrapper .swiper-slide:first-child a {
	border: none;
}

#navigator .swiper-wrapper .swiper-slide.current a {
	border-bottom: 3px solid #5c7de6;
}

#navigator .swiper-wrapper .swiper-slide.current a p,
#navigator .swiper-wrapper .swiper-slide.current a span {
	color: #5c7de6;
}

#navigator .swiper-wrapper .swiper-slide a {
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #666;
	padding: 5px 0;
	border-left: 1px solid #eee;
	font-size: 0;
}

#navigator .swiper-wrapper .swiper-slide a p {
	font-size: 14px;
	color: #777;
	line-height: 22px;
}

#navigator .swiper-wrapper .swiper-slide a span {
	font-size: 12px;
	color: #999;
	line-height: 15px;
	overflow: hidden;
	display: block;
	text-transform: uppercase;
}

header {
	display: none;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .inner .logo {
	height: 30px;
	margin: 3px 0;
}

header .inner .logo img {
	width: auto;
	height: 100%;
}

header .inner .tel p {
	font-size: 20px;
	line-height: 32px;
	color: #e98b0e;
	font-weight: bold;
}

footer {
	display: none;
	background: #1a2a3c;
	padding: 10px 0;
}

footer ul li {
	color: #ccc;
	font-size: 14px;
	line-height: 25px;
}

footer ul li a {
	color: inherit;
	margin-right: 15px;
}

.tabbar {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #5c7de6;
	z-index: 9;
}

.tabbar ul {
	display: flex;
	justify-content: space-between;
}

.tabbar ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex: 1;
	color: #fff;
	height: 50px;
}

.tabbar ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: inherit;
}

.tabbar ul li .iconfont {
	font-size: 17px;
	color: inherit;
}

.tabbar ul li span {
	font-size: 15px;
	color: inherit;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", "微软雅黑";
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

.header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background: #fff;
}

.header .logo {
	display: block;
	width: 376px;
	height: 80px;
	margin-top: 10px;
	float: left;
}

.header .logo img {
	width: 100%;
	height: 100%;
	display: block;
}

.header .right {
	float: right;
	height: 65px;
	width: 792px;
	margin-top: 17px;
}

.header .right .info {
	height: 65px;
	line-height: 65px;
	padding-left: 70px;
	background: url(../images/24hour.png) no-repeat left center;
}

.header .right .info label {
	font-size: 20px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}

.header .right .info .tel {
	height: 65px;
	display: inline-block;
	vertical-align: middle;
}

.header .right .info .tel p {
	font-size: 30px;
	line-height: 32px;
	height: 32px;
	font-weight: bold;
	color: #e98b0e;
	font-style: italic;
}

.header .right .info a.btn {
	display: inline-block;
	background: #5c7de6;
	color: #fff;
	border-radius: 5px;
	border: none;
	outline: none;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 10px;
	margin-left: 25px;
}

.header .right .info a.btn .iconfont {
	font-size: 1.6em;
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}

.header .right .info img{width: 252px;float: right;margin-left: 10px;}

.navbar {
	background: #5c7de6;
}

.navbar .inner {
	/* text-align: center; */
}

.navbar .inner>ul {
	display: inline-block;
	font-size: 0;
}

.navbar .inner>ul>li {
	display: inline-block;
	position: relative;
}

.navbar .inner>ul>li:hover {
	background: #e98b0e;
}

.navbar .inner>ul>li:hover>ul {
	display: block;
	z-index: 9;
}

.navbar .inner>ul>li.current {
	background: #e98b0e;
}

.navbar .inner>ul>li>a {
	display: block;
	padding: 0 12px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.navbar .inner>ul>li>a .iconfont {
	font-size: 14px;
}

.navbar .inner>ul>li ul {
	position: absolute;
	display: none;
	width: 160px;
	background: #fff;
	padding: 10px 24px;
	border: 1px solid #eee;
	border-radius: 0 0 3px 3px;
}

.navbar .inner>ul>li ul li {
	width: 100%;
	text-align: left;
}

.navbar .inner>ul>li ul li a {
	color: #666;
	font-size: 16px;
	line-height: 35px;
}

.navbar .inner>ul>li ul li a:hover {
	color: #5c7de6;
	text-decoration: underline;
}

.navbar .inner .mask {
	display: none;
}

.navbar .inner form {
	float: right;
	display: inline-block;
	margin-top: 10px;
	height: 40px;
	font-size: 0
}

.navbar .inner form input {
	width: 118px;
	height: 100%;
	border: 2px solid #e98b0e;
	outline: 0;
	font-size: 14px;
	color: #ccc;
	text-indent: 10px
}

.navbar .inner form button {
	width: 60px;
	height: 100%;
	border: none;
	outline: 0;
	display: inline-block;
	vertical-align: top;
	background: #e98b0e;
	font-size: 24px;
	color: #fff
}


.footer {
	background: #304177;
	color: #5c7de6;
}

.footer .info {
	padding: 40px 0 20px 0;
}

.footer .info .top .left {
	float: left;
	height: 75px;
	line-height: 75px;
	font-size: 0;
}

.footer .info .top .left .iconfont {
	font-size: 75px;
	line-height: 75px;
	display: inline-block;
	vertical-align: top;
}

.footer .info .top .left label {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
}

.footer .info .top .left .tel {
	display: inline-block;
	vertical-align: middle;
	height: 75px;
}

.footer .info .top .left .tel p {
	font-size: 36px;
	line-height: 37px;
	font-style: italic;
}

.footer .info .top .right {
	float: right;
	margin-top: 29px;
}

.footer .info .top .right ul {
	font-size: 0;
	text-align: center;
}

.footer .info .top .right ul li {
	display: inline-block;
	border-left: 1px solid #5c7de6;
}

.footer .info .top .right ul li:first-child {
	border: none;
}

.footer .info .top .right ul li a {
	margin: 0 10px;
	font-size: 16px;
	color: #5c7de6;
	line-height: 16px;
}

.footer .info .top .right ul li a:hover {
	color: #fff;
}

.footer .info .bottom {
	width: 100%;
	height: 110px;
	position: relative;
	margin-top: 10px;
}

.footer .info .bottom .left {
	float: left;
	margin-top: 10px;
	width: 410px;
	height: 80px;
}

.footer .info .bottom .left img {
	width: 100%;
	display: block;
}

.footer .info .bottom .center {
	float: left;
	margin-left: 50px;
	margin-top: 2px;
}

.footer .info .bottom .center ul li {
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

.footer .info .bottom .center ul li:first-child {
	margin-top: 10px;
}

.footer .info .bottom .right {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 110px;
}

.footer .info .bottom .right .qrcode {
	width: 90px;
	height: 90px;
}

.footer .info .bottom .right .qrcode img {
	display: block;
	width: 100%;
}

.footer .info .bottom .right p {
	font-size: 14px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.footer .identify {
	width: 100%;
	padding: 10px 0;
	background: #08184b;
	text-align: center;
}

.footer .identify span,
.footer .identify a {
	line-height: 1.6;
	font-size: 14px;
	color: #5c7de6;
	margin: 0 10px;
}

.footer .identify a:hover {
	color: #fff;
}

.index .main {
	padding: 20px 0;
}

.index .main .left {
	float: left;
	width: 280px;
	height: 482px;
	border-radius: 3px;
	border: 1px solid #5c7de6;
	box-shadow: 0 0 5px #5c7de6;
	padding: 20px 15px;
}

.index .main .left form {
	width: 100%;
	height: 100%;
}

.index .main .left form .title {
	font-size: 18px;
	color: #484848;
}

.index .main .left form .description {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 30px;
}

.index .main .left form input[type=text] {
	margin-bottom: 30px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #666;
	border: 1px solid #ccc;
	outline: none;
	padding: 0 10px;
	border-radius: 5px;
}

.index .main .left form textarea {
	margin-bottom: 30px;
	width: 100%;
	height: 150px;
	line-height: 50px;
	font-size: 15px;
	color: #666;
	border: 1px solid #ccc;
	outline: none;
	padding: 0 10px;
	border-radius: 5px;
	resize: none;
}

.index .main .left form input[type=submit] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	outline: none;
	border: none;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #5c7de6;
}

.index .main .left form .message {
	font-size: 14px;
	color: #484848;
	margin-top: 30px;
}

.index .main .left form .message span {
	font-weight: bold;
	font-size: 16px;
	color: #5c7de6;
}

.index .main .center {
	float: left;
	width: 900px;
	height: 482px;
	border-radius: 3px;
	border: 1px solid #5c7de6;
	box-shadow: 0 0 5px #5c7de6;
	/* margin: 0 20px; */
	margin-left: 20px;
}

.index .main .center .banner {
	height: 480px;
}

.index .main .center .progress {
	width: 100%;
	height: 110px;
}

.index .main .center .progress ul {
	font-size: 0;
	width: 100%;
	height: 100%;
}

.index .main .center .progress ul li {
	width: 20%;
	display: inline-block;
	height: 100%;
	margin: 0 2.5%;
	position: relative;
}

.index .main .center .progress ul li:after {
	content: "";
	position: absolute;
	left: -25px;
	top: 50px;
	width: 13px;
	height: 10px;
	background: url(../images/arrow.png) no-repeat center center;
}

.index .main .center .progress ul li:first-child:after {
	display: none;
}

.index .main .center .progress ul li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 15px 0;
}

.index .main .center .progress ul li a .iconfont {
	font-size: 30px;
	color: #5c7de6;
}

.index .main .center .progress ul li a .text {
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
	color: #4d4d4d;
}

.index .main .right {
	float: left;
	width: 280px;
	height: 410px;
	border-radius: 3px;
	border: 1px solid #5c7de6;
	box-shadow: 0 0 10px #5c7de6;
	padding: 20px 15px;
}

.index .main .right ul li {
	margin-bottom: 10px;
}

.index .main .right ul li .title {
	font-size: 16px;
	font-weight: bold;
	color: #484848;
	margin-bottom: 5px;
}

.index .main .right ul li .title .iconfont {
	color: #e98b0e;
	font-size: 1.5em;
	font-weight: normal;
}

.index .main .right ul li .description {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-align: justify;
}

.index .main .right .info .title {
	font-size: 14px;
	color: #484848;
	height: 14px;
	line-height: 14px;
	position: relative;
}

.index .main .right .info .title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 165px;
	height: 1px;
	background: #999;
}

.index .main .right .info .marquee {
	width: 100%;
	height: 90px;
}

.index .main .right .info .marquee .wrap {
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 100%;
	line-height: 45px;
	position: relative;
	font-size: 0;
}

.index .main .right .info .marquee .wrap span,
.index .main .right .info .marquee .wrap p {
	font-size: 14px;
	color: #484848;
	display: inline-block;
	width: 30%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index .main .right .info .marquee .wrap span:first-child,
.index .main .right .info .marquee .wrap p:first-child {
	text-align: left;
}

.index .main .right .info .marquee .wrap p {
	width: 40%;
}

.index .signs {
	padding: 60px 0;
	background: #f7f9ff;
}

.index .signs h1.title {
	font-size: 26px;
	color: #484848;
	text-align: center;
	margin-bottom: 5px;
	line-height: 40px;
}

.index .signs h1.title span {
	color: #5c7de6;
}

.index .signs .description {
	line-height: 30px;
	font-size: 16px;
	color: #999;
	text-align: center;
}

.index .signs .list {
	width: 100%;
	margin-top: 35px;
}

.index .signs .list>ul {
	margin-left: -30px;
}

.index .signs .list>ul>li {
	width: 380px;
	height: 370px;
	overflow: hidden;
	border-radius: 5px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.index .signs .list>ul>li:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	transform: translateY(-5px);
}

.index .signs .list>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
}

.index .signs .list>ul>li a .poster {
	width: 100%;
	height: 240px;
	position: relative;
}

.index .signs .list>ul>li a .poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index .signs .list>ul>li a .poster ul.tag {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 20px;
	font-size: 0;
	z-index: 1;
}

.index .signs .list>ul>li a .poster ul.tag li {
	display: inline-block;
	margin-left: 15px;
	border: 1px solid #fff;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	padding: 3px 5px;
}

.index .signs .list>ul>li a .text {
	width: 100%;
	height: 130px;
	background: #fff;
	padding: 20px;
}

.index .signs .list>ul>li a .text .title {
	font-size: 16px;
	width: 100%;
	height: 45px;
	margin-bottom: 10px;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index .signs .list>ul>li a .text .handle {
	width: 100%;
	height: 35px;
	position: relative;
}

.index .signs .list>ul>li a .text .handle .price {
	line-height: 35px;
	color: #e65c5c;
	font-size: 22px;
}

.index .signs .list>ul>li a .text .handle .btn {
	width: 100px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	background: #e65c5c;
	border: none;
	outline: none;
	font-size: 16px;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.index .signs .more {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #5c7de6;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
}

.index .compare {
	padding: 60px 0;
	background: #fff;
}

.index .compare h1.title {
	font-size: 26px;
	color: #484848;
	text-align: center;
	margin-bottom: 5px;
}

.index .compare h1.title span {
	color: #5c7de6;
}

.index .compare .description {
	line-height: 30px;
	font-size: 16px;
	color: #999;
	text-align: center;
}

.index .compare .advantage {
	margin-top: 35px;
}

.index .compare .advantage ul {
	font-size: 0;
}

.index .compare .advantage ul li {
	width: 100px;
	height: 115px;
	padding: 20px 0;
	background: url(../images/adv-bg.png) no-repeat center center;
	display: inline-block;
	margin-left: 57px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.index .compare .advantage ul li:first-child {
	margin-left: 0;
}

.index .compare .advantage ul li:first-child:before {
	display: none;
}

.index .compare .advantage ul li:before {
	content: "";
	position: absolute;
	left: -37px;
	top: 45px;
	width: 20px;
	height: 22px;
	background: url('../images/x.png') no-repeat center center;
}

.index .compare .list {
	margin-top: 30px;
}

.index .compare .list .tabs {
	text-align: center;
}

.index .compare .list .tabs ul {
	font-size: 0;
	display: inline-block;
}

.index .compare .list .tabs ul li {
	display: inline-block;
	font-size: 16px;
	color: #484848;
	margin: 0 18px;
	position: relative;
	padding: 0 5px 15px 5px;
	cursor: pointer;
}

.index .compare .list .tabs ul li.active {
	color: #5c7de6;
}

.index .compare .list .tabs ul li.active:after {
	display: block;
}

.index .compare .list .tabs ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #5c7de6;
	border-radius: 2px;
	display: none;
}

.index .compare .list .compares {
	margin: 30px 0;
	width: 100%;
	height: 300px;
}

.index .compare .list .compares .wrap {
	width: 100%;
	height: 100%;
	position: relative;
	background: url('../images/pk.png') no-repeat center center;
}

.index .compare .list .compares .wrap .left,
.index .compare .list .compares .wrap .right {
	width: 540px;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.index .compare .list .compares .wrap .left:before,
.index .compare .list .compares .wrap .right:before {
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background: #5c7de6;
	border-radius: 0 0 25px 0;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	padding: 0 25px;
	color: #fff;
}

.index .compare .list .compares .wrap .left img,
.index .compare .list .compares .wrap .right img {
	width: 100%;
	display: block;
}

.index .compare .list .compares .wrap .left .title,
.index .compare .list .compares .wrap .right .title {
	position: absolute;
	text-align: center;
	bottom: 5px;
	width: 100%;
}

.index .compare .list .compares .wrap .left .title label,
.index .compare .list .compares .wrap .right .title label {
	display: inline-block;
	line-height: 24px;
	color: #fff;
	border-radius: 25px;
	padding: 10px 25px;
	font-size: 16px;
	background: #05244f;
	background: rgba(5, 36, 79, 0.5);
}

.index .compare .list .compares .wrap .left:before {
	content: "我们的定制";
}

.index .compare .list .compares .wrap .right {
	position: absolute;
	right: 0;
	top: 0;
}

.index .compare .list .compares .wrap .right:before {
	content: "结伴出游";
}

.index .compare .list .more {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #5c7de6;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
}

.index .compare .list .text {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 35px;
}

.index .advertise {
	background: url('../images/advertise.jpg') no-repeat center center;
	height: 360px;
	width: 100%;
}

.index .advertise .inner {
	position: relative;
}

.index .advertise .inner .left {
	position: absolute;
	left: 0;
	top: 185px;
	width: 540px;
}

.index .advertise .inner .left .text {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

.index .advertise .inner .left a.btn {
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	display: inline-block;
	background: #e98b0e;
	border: none;
	outline: none;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	margin-top: 20px;
	cursor: pointer;
}

.index .advertise .inner .right {
	position: absolute;
	right: 0;
	top: 50px;
	text-align: center;
}

.index .advertise .inner .right .qrcode {
	width: 145px;
	height: 145px;
	background: #5c7de6;
	padding: 8px;
	border-radius: 5px;
}

.index .advertise .inner .right .qrcode img {
	width: 100%;
	display: block;
}

.index .advertise .inner .right .text {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.index .advertise .inner .right label {
	font-size: 14px;
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	margin-top: 5px;
}

.index .serve {
	padding: 60px 0;
	background: #f7f9ff;
}

.index .serve h1.title {
	font-size: 26px;
	color: #484848;
	text-align: center;
	margin-bottom: 5px;
}

.index .serve h1.title span {
	color: #5c7de6;
}

.index .serve .description {
	line-height: 30px;
	font-size: 16px;
	color: #999;
	text-align: center;
}

.index .serve .server {
	width: 100%;
	height: 410px;
	margin: 30px 0;
}

.index .serve .server .swiper-slide {
	width: 280px;
	padding: 0 10px;
}

.index .serve .server .swiper-slide .wrap {
	height: 100%;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.index .serve .server .swiper-slide .wrap .poster {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.index .serve .server .swiper-slide .wrap .poster img {
	width: 100%;
	display: block;
}

.index .serve .server .swiper-slide .wrap .poster .descript {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	background: #05244f;
	background: rgba(5, 36, 79, 0.5);
	position: absolute;
	top: 250px;
}

.index .serve .server .swiper-slide .wrap .poster .descript p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}

.index .serve .server .swiper-slide .wrap .poster .descript p:first-child {
	line-height: 50px;
}

.index .serve .server .swiper-slide .wrap .text {
	padding: 15px;
}

.index .serve .server .swiper-slide .wrap .text .name {
	font-size: 18px;
	color: #484848;
	font-weight: bold;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index .serve .server .swiper-slide .wrap .text .name span {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-left: 10px;
}

.index .serve .server .swiper-slide .wrap .text a.btn {
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	display: block;
	margin: auto;
	background: #e98b0e;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.index .serve .server-mobile {
	display: none;
}

.index .serve .more {
	width: 250px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	display: block;
	margin: auto;
	border-radius: 5px;
	background: #5c7de6;
}

.index .serve p.text {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 35px;
}

.index .serve .server-prev,
.index .serve .server-mobile-prev {
	width: 33px;
	height: 67px;
	background: url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: 10px;
	top: 135px;
	z-index: 9;
	opacity: 1;
	cursor: pointer;
}

.index .serve .server-next,
.index .serve .server-mobile-next {
	width: 33px;
	height: 67px;
	position: absolute;
	right: 10px;
	top: 135px;
	background: url(../images/next.png) no-repeat center center;
	z-index: 9;
	opacity: 1;
	cursor: pointer;
}

.index .comment {
	padding: 60px 0;
	background: #fff;
}

.index .comment h1.title {
	font-size: 26px;
	color: #484848;
	text-align: center;
	margin-bottom: 5px;
}

.index .comment h1.title span {
	color: #5c7de6;
}

.index .comment .description {
	line-height: 30px;
	font-size: 16px;
	color: #999;
	text-align: center;
}

.index .comment .list {
	margin: 30px 0 15px 0;
}

.index .comment .list ul li {
	width: 450px;
	height: 250px;
	border-radius: 5px;
	margin-bottom: 15px;
	overflow: hidden;
	float: left;
}

.index .comment .list ul li:first-child {
	width: 730px;
	height: 515px;
	margin-right: 20px;
}

.index .comment .list ul li:first-child .title {
	height: 80px;
	line-height: 80px;
	font-size: 24px;
}

.index .comment .list ul li:hover a img {
	transform: scale(1.1);
}

.index .comment .list ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.index .comment .list ul li a img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}

.index .comment .list ul li a .title {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	background: #05244f;
	background: rgba(5, 36, 79, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index .comment .more {
	width: 250px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	display: block;
	margin: auto;
	border-radius: 5px;
	background: #5c7de6;
}

.index .comment p.text {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 35px;
}

.index .video {
	padding: 60px 0;
	background: #f7f9ff;
}

.index .video h1.title {
	font-size: 26px;
	color: #484848;
	text-align: center;
	margin-bottom: 5px;
}

.index .video h1.title span {
	color: #5c7de6;
}

.index .video .description {
	line-height: 30px;
	font-size: 16px;
	color: #999;
	text-align: center;
}

.index .video .wrap {
	width: 100%;
	margin: 30px 0;
	display: block;
}

.index .video .wrap img,
.index .video .wrap video {
	width: 100%;
	display: block;
}

.index .video .more {
	width: 250px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	display: block;
	margin: auto;
	border-radius: 5px;
	background: #5c7de6;
}

.index .way {
	padding: 60px 0;
	background: #fff;
}

.index .way h1.title {
	font-size: 26px;
	color: #484848;
	text-align: center;
	margin-bottom: 5px;
}

.index .way h1.title span {
	color: #5c7de6;
}

.index .way .description {
	line-height: 30px;
	font-size: 16px;
	color: #999;
	text-align: center;
}

.index .way .list {
	margin: 30px 0;
}

.index .way .list ul li {
	width: 280px;
	height: 245px;
	background: #f0f0f0;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.index .way .list ul li:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.index .way .list ul li:first-child {
	width: 600px;
	height: 510px;
	margin-left: 0;
}

.index .way .list ul li:first-child .poster {
	height: 400px;
}

.index .way .list ul li:first-child .text {
	height: 115px;
	padding: 20px;
}

.index .way .list ul li:first-child .text p {
	font-size: 24px;
	line-height: 36px;
}

.index .way .list ul li:first-child .text .click {
	right: 20px;
	bottom: 20px;
	font-size: 14px;
}

.index .way .list ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.index .way .list ul li a .poster {
	width: 100%;
	height: 185px;
	overflow: hidden;
}

.index .way .list ul li a .poster img {
	display: block;
	width: 100%;
}

.index .way .list ul li a .text {
	width: 100%;
	height: 60px;
	padding: 10px;
	position: relative;
}

.index .way .list ul li a .text .title {
	font-size: 14px;
	color: 484848;
	line-height: 18px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index .way .list ul li a .text .click {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}

.index .way .list ul li a .text .click .iconfont {
	margin-right: 10px;
}

.index .way .more {
	width: 250px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	display: block;
	margin: auto;
	border-radius: 5px;
	background: #5c7de6;
}

.detail {
	padding: 20px 0;
	background: #efefef;
}

.detail .inner .main {
	padding: 30px 50px;
	background: #fff;
	border-radius: 5px;
}

.detail .inner .main h1.title {
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
}

.detail .inner .main .container {
	margin-top: 20px;
}

.detail .inner .main .container .left {
	float: left;
	width: 560px;
	height: 455px;
}

.detail .inner .main .container .left #main {
	width: 100%;
	height: 355px;
}

.detail .inner .main .container .left #main img {
	display: block;
	width: 100%;
}

.detail .inner .main .container .left .preview {
	position: relative;
	width: 100%;
	height: 78px;
	margin-top: 20px;
}

.detail .inner .main .container .left .preview #preview {
	height: 78px;
	width: 480px;
	margin: 0 auto;
}

.detail .inner .main .container .left .preview #preview .swiper-slide {
	width: 120px;
	height: 78px;
	box-sizing: content-box;
}

.detail .inner .main .container .left .preview #preview .swiper-slide.current img {
	border: 3px solid #5c7de6;
}

.detail .inner .main .container .left .preview #preview .swiper-slide img {
	display: block;
	width: 100%;
	max-height: 78px;
	border: 3px solid #fff;
}

.detail .inner .main .container .left .preview .preview-prev {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 33px;
	height: 67px;
	background: url('../images/prev.png');
}

.detail .inner .main .container .left .preview .preview-next {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 33px;
	height: 67px;
	background: url('../images/next.png');
}

.detail .inner .main .container .right {
	float: right;
	width: 510px;
	height: 455px;
}

.detail .inner .main .container .right .goto {
	height: 66px;
	line-height: 66px;
	background: #fdeee3;
	padding: 0 20px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail .inner .main .container .right .goto span {
	font-size: 24px;
	color: #e98b0e;
	margin-right: 15px;
}

.detail .inner .main .container .right .descript {
	padding-top: 20px;
	height: auto;
	max-height: 390px;
}

.detail .inner .main .container .right .descript.reserve-desc {
	padding-top: 0;
	max-height: none;
}

.detail .inner .main .container .right .descript.reserve-desc ul li+li {
	margin-top: 10px;
}

.detail .inner .main .container .right .descript.reserve-desc ul li+li .value {
	display: inline-block;
	height: auto;
}

.detail .inner .main .container .right .descript.reserve-desc ul li .attr {
	display: inline-block;
	width: 6em;
	vertical-align: top;
	font-size: 16px;
	line-height: 25px;
	color: #666;
}

.detail .inner .main .container .right .descript.reserve-desc ul li .value {
	display: inline-block;
	vertical-align: top;
	width: 410px;
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	color: #666;
}

.detail .inner .main .container .right .descript.reserve-desc ul li .value .iconstar {
	color: #e98b0e;
}

.detail .inner .main .container .right .descript p {
	height: 40px;
	line-height: 40px;
	color: #484848;
	color: #666;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail .inner .main .container .right .descript p.price {
	margin-top: 20px;
	width: 100%;
	height: initial;
	line-height: initial;
	position: relative;
	font-size: 16px;
}

.detail .inner .main .container .right .descript p.price span {
	font-size: 32px;
	line-height: 50px;
	color: #e98b0e;
}

.detail .inner .main .container .right .descript p.price a {
	position: absolute;
	right: 0;
	display: inline-block;
	top: 0;
	text-align: center;
	background: #e98b0e;
	color: #fff;
	line-height: 50px;
	font-size: 18px;
	padding: 0 35px;
	border-radius: 4px;
}

.detail .inner .description {
	padding-top: 20px;
}

.detail .inner .description .tabs {
	position: relative;
	background: #5c7de6;
}

.detail .inner .description .tabs ul {
	display: inline-block;
	font-size: 0;
	padding-left: 20px;
}

.detail .inner .description .tabs ul li {
	height: 60px;
	font-size: 22px;
	color: #fff;
	display: inline-block;
}

.detail .inner .description .tabs ul li>a {
	color: #fff;
	padding: 0 20px;
	display: block;
	line-height: 60px;
}

.detail .inner .description .tabs ul li:hover {
	background: #e98b0e;
}

.detail .inner .description .tabs ul li.current {
	background: #e98b0e;
}

.detail .inner .description .tabs>a {
	position: absolute;
	right: 0;
	top: 0;
	background: url('../images/contact-bg.png') no-repeat right center;
	display: block;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	color: #fff;
	background-size: contain;
}

.detail .inner .description .tabs>a .iconfont {
	margin-right: 5px;
}

.detail .inner .description #tabs {
	display: none;
	width: 100%;
	height: 40px;
}

.detail .inner .description #tabs .swiper-slide {
	background: #5c7de6;
}

.detail .inner .description #tabs .swiper-slide.current {
	background: #e98b0e;
}

.detail .inner .description #tabs .swiper-slide a {
	line-height: 40px;
	text-align: center;
	color: #fff;
	display: block;
}

.detail .inner .description .wraps {
	margin-top: 20px;
}

.detail .inner .description .wraps>.content #meetPreview {
	width: 100%;
	margin: 20px 0;
}

.detail .inner .description .wraps>.content #meetPreview .swiper-wrapper {
	transition-timing-function: linear;
}

.detail .inner .description .wraps>.content #meetPreview .swiper-wrapper .swiper-slide {
	padding: 0 10px;
	box-sizing: border-box;
}

.detail .inner .description .wraps>.content #meetPreview .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.detail .inner .description .wraps>.content #meetPreviewMobile {
	margin: 20px 0;
	display: none;
}

.detail .inner .description .wraps>.content #meetPreviewMobile .swiper-wrapper {
	transition-timing-function: linear;
}

.detail .inner .description .wraps>.content #meetPreviewMobile .swiper-wrapper .swiper-slide {
	padding: 0 10px;
	box-sizing: border-box;
}

.detail .inner .description .wraps>.content #meetPreviewMobile .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.detail .inner .description .wraps .item {
	font-size: 0;
	margin-top: 15px;
}

.detail .inner .description .wraps .item:first-child {
	margin-top: 0;
}

.detail .inner .description .wraps .item * {
	font-size: 16px;
	font-size: initial;
}

.detail .inner .description .wraps .item label {
	display: inline-block;
	width: 120px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px 0 0 5px;
	background: #5c7de6;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	vertical-align: top;
}

.detail .inner .description .wraps .item .content {
	padding: 0 15px;
	display: inline-block;
	width: calc(100% - 120px);
	border: 2px solid #5c7de6;
}

.detail .inner .description .wraps .item .content>p {
	line-height: 2em;
	color: #333;
	font-size: 16px;
	text-align: justify;
}

.detail .inner .description .wraps .item .content>p img {
	display: inline-block;
}

.detail .inner .description .wraps .item .content table {
	width: 100%;
	border-collapse: collapse;
}
.detail .inner .description .wraps .item .content table .firstRow td:nth-child(odd){
	width: 15%;
}
.detail .inner .description .wraps .item .content table .firstRow td:nth-child(even){
	width: 35%;
}
.detail .inner .description .wraps .item .content table td {
	border: 1px solid #eee;
	line-height: 35px;
	color: #333;
	padding: 8px;
}

.detail .inner .description .wraps .item .content table td p {
	text-align: justify;
}

.detail .inner .description .wraps .item .content table td .thumbs {
	text-align: center;
}

.detail .inner .description .wraps .item .content table td img {
	max-width: 100%;
	margin: 0 1em;
}

.detail .inner>.article {
	padding: 40px;
	background: #fff;
	width: 800px;
	float: left;
}

.detail .inner>.article div.title {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.detail .inner>.article div.title p.title {
	font-size: 32px;
	color: #444444;
	line-height: 50px;
}

.detail .inner>.article div.title p.publish {
	font-size: 15px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #999;
}

.detail .inner>.article .content {
	padding: 20px 0;
}

.detail .inner>.article .content>p {
	line-height: 2em;
	color: #444;
	font-size: 16px;
	text-align: justify;
}

.detail .inner>.article .content>p video {
	width: 100%;
	height: auto;
}

.detail .inner>.article .content .contact .message ul li {
	height: 44px;
	padding-left: 60px;
	position: relative;
	margin-top: 45px;
}

.detail .inner>.article .content .contact .message ul li:first-child {
	margin-top: 0;
}

.detail .inner>.article .content .contact .message ul li:before {
	display: block;
	font-size: 30px;
	font-weight: 200;
	width: 44px;
	text-align: center;
	line-height: 44px;
	height: 44px;
	background: #5c7de6;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}

.detail .inner>.article .content .contact .message ul li h6 {
	font-weight: normal;
	color: #666;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 12px;
}

.detail .inner>.article .content .contact .message ul li p {
	font-size: 16px;
	line-height: 16px;
	color: #333;
}

.detail .inner>.article .content .contact .map {
	margin-top: 50px;
}

.detail .inner>.article .content .contact .map #map {
	width: 100%;
	height: 400px;
}

.detail .inner>.article .content .contact .map #map * {
	box-sizing: content-box;
}

.detail .inner>.article .content .contact .map #map .anchorBL {
	display: none;
}

.detail .inner>.article .handle .pager {
	width: 60%;
	float: left;
}

.detail .inner>.article .handle .pager p {
	font-size: 15px;
	font-weight: normal;
	color: #333;
	line-height: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.detail .inner>.article .handle .pager p a {
	color: inherit;
}

.detail .inner>.article .handle .pager p a:hover {
	color: #5c7de6;
}

.detail .inner>.article .handle .share {
	width: 40%;
	float: right;
	text-align: right;
}

.detail .inner>.article .handle .share .bdsharebuttonbox,
.detail .inner>.article .handle .share label {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}

.lists {
	background: #efefef;
	padding: 20px 0;
}

.lists .navigator {
	text-align: center;
}

.lists .navigator ul {
	font-size: 0;
	display: flex;
	text-align: center;
	background: #fff;
}

.lists .navigator ul li {
	width: 171px;
	width: calc((1200px / 8) - 1px);
	display: inline-block;
	/* float:left; */
	text-align: center;
	border-left: 1px solid #eee;
	/* border-bottom: 1px solid #eee; */
	position: relative;
	flex: 1;
}

.lists .navigator ul li:before {
	content: "";
	background: url('../images/triangle-primary.png') no-repeat center center;
	width: 20px;
	height: 13px;
	position: absolute;
	bottom: -12px;
	left: 44%;
	display: none;
}

.lists .navigator ul li:first-child {
	border-left: none;
}

.lists .navigator ul li:hover {
	background: #5c7de6;
}

.lists .navigator ul li:hover:before {
	display: block;
}

.lists .navigator ul li:hover a p,
.lists .navigator ul li:hover a span {
	color: #fff;
}

.lists .navigator ul li.current {
	background: #5c7de6;
}

.lists .navigator ul li.current a p,
.lists .navigator ul li.current a span {
	color: #fff;
}

.lists .navigator ul li a {
	display: block;
	padding: 20px 0;
	width: 100%;
	height: 100%;
}

.lists .navigator ul li a p {
	font-size: 22px;
	color: #666;
}

.lists .navigator ul li a span {
	font-size: 12px;
	color: #999;
}

.lists .list ul li {
	background: #fff;
	margin-top: 20px;
}

.lists .list ul li:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.lists .list ul li .poster {
	width: 560px;
	height: 354px;
	float: left;
	overflow: hidden;
}

.lists .list ul li .poster img {
	display: block;
	width: 100%;
}

.lists .list ul li .content {
	float: right;
	padding: 25px 30px;
	width: 640px;
	height: 354px;
}

.lists .list ul li .content h1.title {
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
}

.lists .list ul li .content h1.title:hover a {
	color: #5c7de6;
}

.lists .list ul li .content .tag {
	margin: 12px 0 15px 0;
}

.lists .list ul li .content .tag ul {
	font-size: 0;
}

.lists .list ul li .content .tag ul li {
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 30px;
	background: #c1abfe;
	border-radius: 15px;
	color: #fff;
	margin-left: 10px;
	margin-top: 0;
}

.lists .list ul li .content .tag ul li:first-child {
	margin-left: 0;
}

.lists .list ul li .content .description {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.lists .list ul li .content .price {
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
}

.lists .list ul li .content .price label {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	color: #e98b0e;
}

.lists .list ul li .content .price span {
	font-size: 18px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.lists .list ul li .content .price i {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #666;
	text-decoration: line-through;
}

.lists .list ul li .content .more {
	height: 48px;
	line-height: 48px;
	margin-top: 20px;
	font-size: 0;
}

.lists .list ul li .content .more a {
	display: inline-block;
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	background: #e98b0e;
}

.lists .list ul li .content .more span {
	display: inline-block;
	vertical-align: top;
	line-height: 48px;
	font-size: 14px;
	color: #999;
	margin: 0 3px;
}

.lists .list ul li .content .more span i {
	font-style: normal;
	color: #e98b0e;
}

.show {
	background: #efefef;
	padding: 20px 0;
}

.show .navigator {
	text-align: center;
}

.show .navigator ul {
	font-size: 0;
	text-align: center;
}

.show .navigator ul li {
	background: #fff;
	width: 14.28%;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #eee;
	position: relative;
	margin-left: 20px;
}

.show .navigator ul li:before {
	content: "";
	background: url('../images/triangle-primary.png') no-repeat center center;
	width: 20px;
	height: 13px;
	position: absolute;
	bottom: -12px;
	left: 44%;
	display: none;
}

.show .navigator ul li:first-child {
	border-left: none;
	margin-left: 0;
}

.show .navigator ul li:hover {
	background: #5c7de6;
}

.show .navigator ul li:hover:before {
	display: block;
}

.show .navigator ul li:hover a p,
.show .navigator ul li:hover a span {
	color: #fff;
}

.show .navigator ul li.current {
	background: #5c7de6;
}

.show .navigator ul li.current a p,
.show .navigator ul li.current a span {
	color: #fff;
}

.show .navigator ul li a {
	display: block;
	padding: 20px 0;
	width: 100%;
	height: 100%;
}

.show .navigator ul li a p {
	font-size: 22px;
	color: #666;
}

.show .navigator ul li a span {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

.show .list {
	margin-top: 40px;
}

.show .list ul {
	margin-left: -20px;
}

.show .list ul li {
	width: 280px;
	height: 265px;
	float: left;
	margin-left: 25px;
	background: #fff;
	margin-bottom: 20px;
}

.show .list ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.show .list ul li a:hover .poster img {
	transform: scale(1.1);
}

.show .list ul li a:hover .poster .mask {
	display: block;
}

.show .list ul li a .poster {
	width: 280px;
	height: 185px;
	overflow: hidden;
	position: relative;
}

.show .list ul li a .poster img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}

.show .list ul li a .poster .mask {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	text-align: center;
	display: none;
}

.show .list ul li a .poster .mask p {
	color: #fff;
	margin-top: 72px;
}

.show .list ul li a .poster .mask p .iconfont {
	font-size: 16px;
}

.show .list ul li a .poster .mask p label {
	display: block;
	font-size: 15px;
}

.show .list ul li a .text {
	width: 280px;
	height: 80px;
	padding: 15px 20px;
}

.show .list ul li a .text .title {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.show .list ul li a .text .click {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}

.show .list ul li a .text .click .iconfont {
	font-size: 18px;
}

.page {
	background: #efefef;
	padding: 20px 0;
}

.page .navigator {
	display: none;
}

.page .container {
	padding: 40px;
	background: #fff;
	width: 800px;
	float: left;
}

.page .container div.title {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

.page .container div.title .subtitle {
	font-size: 16px;
	line-height: 16px;
	color: #999;
	text-transform: uppercase;
}

.page .container div.title p.title {
	font-size: 36px;
	color: #444444;
	line-height: 58px;
	position: relative;
	padding-bottom: 7px;
	display: inline-block;
}

.page .container div.title p.title:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 20%;
	left: 40%;
	height: 3px;
	background: #5c7de6;
}

.page .container .content {
	padding: 20px 0;
	min-height: 728px;
}

.page .container .content>p {
	line-height: 2em;
	color: #444;
	font-size: 16px;
	text-align: justify;
}

.page .container .content>p video {
	width: 100%;
	height: auto;
}

.page .container .content .contact .message ul li {
	height: 44px;
	padding-left: 60px;
	position: relative;
	margin-top: 45px;
}

.page .container .content .contact .message ul li:first-child {
	margin-top: 0;
}

.page .container .content .contact .message ul li:before {
	display: block;
	font-size: 30px;
	font-weight: 200;
	width: 44px;
	text-align: center;
	line-height: 44px;
	height: 44px;
	background: #5c7de6;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}

.page .container .content .contact .message ul li h6 {
	font-weight: normal;
	color: #666;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 12px;
}

.page .container .content .contact .message ul li p {
	font-size: 16px;
	line-height: 16px;
	color: #333;
}

.page .container .content .contact .map {
	margin-top: 50px;
}

.page .container .content .contact .map #map {
	width: 100%;
	height: 505px;
}

.page .container .content .contact .map #map * {
	box-sizing: content-box;
}

.page .container .content .contact .map #map .anchorBL {
	display: none;
}

.page .container .content .custom {
	padding-top: 50px;
	min-height: 703px;
}

.page .container .content .custom form {
	display: block;
	width: 100%;
}

.page .container .content .custom form ul li {
	width: 100%;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
	text-align: center;
}

.page .container .content .custom form ul li:first-child {
	margin-top: 0;
}

.page .container .content .custom form ul li.code img {
	height: 40px;
}

.page .container .content .custom form ul li.code input[type=text] {
	width: 105px;
}

.page .container .content .custom form ul li label {
	width: 100px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.page .container .content .custom form ul li input[type=text] {
	width: 350px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
	outline: none;
	color: #666;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

.page .container .content .custom form ul li input[type=submit] {
	width: 120px;
	height: 40px;
	background: #5c7de6;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	outline: none;
	border: none;
	vertical-align: top;
	cursor: pointer;
}

.page .container .content .custom .tip {
	text-align: center;
	color: #333;
	font-size: 15px;
	margin-top: 35px;
}

.page .container .content .custom .tip i {
	color: red;
	margin-right: 5px;
	font-style: normal;
}

.page .container .content .search_content .jieguo {
	font-size: 18px
}

.page .container .content .search_content .jieguo span {
	font-weight: 700;
	color: #e98b0e
}

.page .container .content .search_content ul {
	margin-top: 15px
}

.page .container .content .search_content ul li {
	width: 350px;
	float: left;
	margin-left: 20px;
	margin-bottom: 15px
}

.page .container .content .search_content ul li:nth-child(2n+1) {
	margin-left: 0
}

.page .container .content .search_content ul li:hover .img img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.page .container .content .search_content ul li .img {
	width: 100%;
	height: 230px;
	overflow: hidden
}

.page .container .content .search_content ul li .img img {
	width: 100%;
	display: block;
	transition: all .7s;
	-webkit-transition: all .7s
}

.page .container .content .search_content ul li b {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}

.page .container .content .search_content ul li p {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.page .container .content .search_content ul li span {
	font-size: 14px;
	color: #666
}

.search_content .pagination a{border: 1px solid #eee;}

.aside {
	float: right;
	width: 380px;
}

.aside .top {
	width: 100%;
	padding: 5px;
	background: #fff;
}

.aside .top img {
	display: block;
	width: 100%;
}

.aside .center {
	background: #fff;
	width: 100%;
	padding: 20px 15px;
	margin-top: 15px;
}

.aside .center ul li {
	margin-bottom: 10px;
}

.aside .center ul li .title {
	font-size: 16px;
	font-weight: bold;
	color: #484848;
	margin-bottom: 5px;
}

.aside .center ul li .title .iconfont {
	color: #e98b0e;
	font-size: 1.5em;
	font-weight: normal;
}

.aside .center ul li .description {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-align: justify;
}

.aside .center .info .title {
	font-size: 14px;
	color: #484848;
	height: 14px;
	line-height: 14px;
	position: relative;
}

.aside .center .info .title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 165px;
	height: 1px;
	background: #999;
}

.aside .center .info .marquee {
	width: 100%;
	height: 90px;
}

.aside .center .info .marquee .wrap {
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 100%;
	line-height: 45px;
	position: relative;
	font-size: 0;
}

.aside .center .info .marquee .wrap span,
.aside .center .info .marquee .wrap p {
	font-size: 14px;
	color: #484848;
	display: inline-block;
	width: 33.33%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.aside .center .info .marquee .wrap span:first-child,
.aside .center .info .marquee .wrap p:first-child {
	text-align: left;
}

.aside .bottom {
	margin-top: 15px;
	background: #fff;
	padding: 15px;
}

.aside .bottom div.title {
	border-bottom: 1px solid #eee;
}

.aside .bottom div.title h3.catname {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	border-bottom: 2px solid #5c7de6;
	padding-bottom: 10px;
}

.aside .bottom .list li {
	padding-left: 24px;
	height: 50px;
	position: relative;
}

.aside .bottom .list li:before {
	content: "";
	position: absolute;
	left: 5px;
	width: 6px;
	height: 6px;
	border: 2px solid #e98b0e;
	border-radius: 50%;
	top: 21px;
}

.aside .bottom .list li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 50px;
}

.aside .bottom .list li a:hover {
	color: #5c7de6;
}

.common {
	background: #FFFFFF;
	padding-top: 60px;
	box-shadow: 0 6px 6px 2px rgba(230, 230, 230, 0.8);
}

.common .title {
	text-align: center;
}

.common .title h2 {
	font-size: 36px;
	color: #444444;
	background: url(../images/img4.png) no-repeat left center;
	padding-left: 56px;
	line-height: 32px;
	display: inline-block;
}

.common .title h2 span {
	color: #5c7de6;
}

.common .title p {
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	margin-top: 12px;
	text-align: center;
}

.common .list {
	margin-top: 25px;
}

.common .list ul {
	font-size: 0;
	margin-left: -20px;
}

.common .list ul li {
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
	width: 285px;
	height: 200px;
}

.common .list ul li:hover a img {
	transform: scale(1.1);
}

.common .list ul li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.common .list ul li a img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s ease;
}

.common .list ul li a p {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 42px;
	background: url('../images/mask.png') repeat;
	background: rgba(0, 0, 0, 0.5);
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.common .comment {
	padding: 40px 0;
}

.common .comment ul {
	font-size: 0;
}

.common .comment ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
}

.common .comment ul li p {
	text-align: center;
	height: 70px;
	padding: 0 15px;
	line-height: 22px;
	font-size: 16px;
	color: #666;
}

.common .comment ul li a.btn {
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #5c7de6;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.common .bottom {
	background: #119def;
	padding: 46px 0;
}

.common .bottom ul {
	font-size: 0;
}

.common .bottom ul li {
	overflow: hidden;
	width: 25%;
	display: inline-block;
	padding-left: 84px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.common .bottom ul li .txt {
	margin-left: 15px;
	width: 175px;
}

.common .bottom ul li .txt h3 {
	font-size: 18px;
	color: #fff;
	line-height: 46px;
}

.common .bottom ul li .txt p {
	font-size: 14px;
	color: #fff;
}

.modal {
	background: url('/common/static/public/images/mask.png') repeat;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	display: none;
}

.modal[data-show] {
	display: block;
}

.modal .container {
	position: absolute;
	width: 550px;
	padding: 20px 20px 40px 20px;
	background: #fff;
	border-radius: 5px;
	top: 30%;
	left: 40%;
}

.modal .container .title {
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #444;
}

.modal .container .close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

.modal .container .close .iconfont {
	line-height: 40px;
}

.modal .container .wrap {
	margin-top: 40px;
}

.modal .container .wrap ul li {
	margin-top: 15px;
	line-height: 40px;
}

.modal .container .wrap ul li:first-child {
	margin-top: 0;
}

.modal .container .wrap ul li.last {
	text-align: left;
}

.modal .container .wrap ul li label {
	display: inline-block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #444;
	margin-right: 20px;
}

.modal .container .wrap ul li input[type=text] {
	height: 40px;
	width: 400px;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	padding: 0 8px;
	color: #666;
	font-size: 18px;
}

.modal .container .wrap ul li input[type=text].code {
	width: 120px;
}

.modal .container .wrap ul li input[type=submit] {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	outline: none;
	background: #5c7de6;
	color: #fff;
	border: none;
	font-size: 20px;
	border-radius: 5px;
	vertical-align: top;
	cursor: pointer;
}

.modal .container .wrap ul li img {
	height: 40px;
	width: auto;
	vertical-align: top;
	cursor: pointer;
	margin: 0 8px;
}

@media screen and (max-width: 1199px) {
	.inner {
		width: calc(100% - 20px);
	}

	.header,
	.footer,
	.aside {
		display: none;
	}

	.navbar {
		position: fixed;
		background: #fff;
		width: 100%;
		height: 350px;
		top: 100vh;
		z-index: 8;
		left: 0;
		overflow-y: auto;
		transition: top 0.3s ease;
	}

	.navbar[data-show] {
		top: calc(100vh - 400px);
	}

	.navbar .inner {
		width: 100%;
	}

	.navbar .inner>ul {
		width: 100%;
	}

	.navbar .inner>ul li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	.navbar .inner>ul li:hover {
		background: none;
	}

	.navbar .inner>ul li.current {
		background: #5c7de6;
	}

	.navbar .inner>ul li.current a {
		color: #fff;
	}

	.navbar .inner>ul li a {
		height: 40px;
		line-height: 40px;
		color: #848484;
		font-size: 14px;
	}

	.navbar .inner>ul li a .iconfont {
		display: none;
	}

	.navbar .inner>ul li:hover>ul,
	.navbar .inner>ul li ul {
		display: none;
	}

	.pagination {
		padding: 5px;
		height: auto;
	}

	.pagination .endpage,
	.pagination .homepage,
	.pagination .nextpage,
	.pagination .nopage,
	.pagination .prepage {
		width: auto;
		padding: 0 10px;
	}

	.common {
		padding-top: 10px;
	}

	.common .title h2 {
		font-size: 17px;
		background-size: 25px;
		background-position: left center;
		padding-left: 30px;
		line-height: 30px;
	}

	.common .title p {
		font-size: 14px;
		margin-top: 5px;
	}

	.common .list {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.common .list ul {
		margin-left: 0;
		width: 100%;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.common .list ul li {
		margin-left: 0;
		margin-top: 10px;
		width: 174px;
		height: 125px;
	}

	.common .list ul li:not(:nth-child(n+3)) {
		margin-top: 0;
	}

	.common .bottom {
		padding: 15px 0;
	}

	.common .bottom ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.common .bottom ul li {
		width: 40%;
		padding-top: 45px;
		padding-left: 0;
		height: auto;
		background-position: top center;
		background-size: 40px;
		text-align: center;
		margin-top: 15px;
	}

	.common .bottom ul li:not(:nth-child(n+3)) {
		margin-top: 0;
	}

	.common .bottom ul li .txt {
		width: auto;
		margin-left: 0;
	}

	.common .bottom ul li .txt h3 {
		font-size: 15px;
		line-height: 20px;
	}

	.common .bottom ul li .txt p {
		font-size: 12px;
		line-height: 15px;
	}

	.common .comment {
		display: none;
	}

	body {
		padding: 80px 0 50px;
		position: relative;
	}

	header,
	footer,
	.tabbar {
		display: block;
	}

	.index .main {
		padding-top: 0;
	}

	.index .main .inner {
		width: 100%;
	}

	.index .main .inner .left,
	.index .main .inner .right {
		display: none;
	}

	.index .main .inner .center {
		width: 100%;
		height: auto;
		margin: 0;
		border: none;
		box-shadow: none;
	}

	.index .main .inner .center .banner {
		height: 168px;
	}

	.index .main .inner .center .progress {
		height: 80px;
		margin-top: 20px;
	}

	.index .main .inner .center .progress ul {
		display: flex;
		justify-content: space-between;
		width: calc(100% - 20px);
		margin: 0 auto;
	}

	.index .main .inner .center .progress ul li {
		margin: 0;
	}

	.index .main .inner .center .progress ul li:after {
		left: -20px;
		top: 35px;
	}

	.index .main .inner .center .progress ul li a {
		padding: 0;
	}

	.index .main .inner .center .progress ul li a .iconfont {
		font-size: 22px;
	}

	.index .main .inner .center .progress ul li a .text {
		font-size: 13px;
	}

	.index .signs {
		padding: 20px 0;
	}

	.index .signs h1.title {
		font-size: 17px;
	}

	.index .signs .description {
		font-size: 14px;
		line-height: 22px;
	}

	.index .signs .list {
		margin-top: 20px;
	}

	.index .signs .list>ul {
		margin-left: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.index .signs .list>ul>li {
		margin-left: 0;
		width: 49%;
		margin-bottom: 8px;
		height: 170px;
	}

	.index .signs .list>ul>li:nth-child(n+9) {
		/* display: none; */
	}

	.index .signs .list>ul>li a .poster {
		height: 110px;
	}

	.index .signs .list>ul>li a .poster ul.tag {
		padding-top: 5px;
	}

	.index .signs .list>ul>li a .poster ul.tag li {
		margin-left: 5px;
		font-size: 12px;
	}

	.index .signs .list>ul>li a .text {
		padding: 5px;
		height: auto;
	}

	.index .signs .list>ul>li a .text .title {
		font-size: 14px;
		margin-bottom: 5px;
		height: 22px;
		-webkit-line-clamp: 1;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.index .signs .list>ul>li a .text .handle {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 25px;
	}

	.index .signs .list>ul>li a .text .handle .price {
		font-size: 13px;
		line-height: 25px;
	}

	.index .signs .list>ul>li a .text .handle button.btn {
		font-size: 13px;
		width: 60px;
		height: 22px;
		line-height: 22px;
	}

	.index .signs .list>ul .clearfix {
		display: none;
	}

	.index .signs .more {
		font-size: 14px;
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.index .compare {
		padding: 20px 0;
	}

	.index .compare h1.title {
		font-size: 17px;
	}

	.index .compare .description {
		font-size: 14px;
		line-height: 22px;
	}

	.index .compare .advantage {
		margin-top: 15px;
		display: none;
	}

	.index .compare .advantage ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.index .compare .advantage ul li {
		margin-left: 0;
		width: 21vw;
		height: 14vh;
		max-width: 100px;
		max-height: 110px;
		background-size: 100% 100%;
		background-size: contain;
		font-size: 17px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}

	.index .compare .advantage ul li:nth-child(5n):before {
		display: none;
	}

	.index .compare .advantage ul li:before {
		display: none;
		left: -13px;
		top: 35px;
		width: 10px;
		height: 11px;
		background-size: contain;
	}

	.index .compare .list {
		margin-top: 15px;
	}

	.index .compare .list .tabs ul {
		display: flex;
		justify-content: space-around;
	}

	.index .compare .list .tabs ul li {
		margin: 0;
	}

	.index .compare .list .compares {
		margin: 15px 0;
		height: auto;
	}

	.index .compare .list .compares .wrap {
		background-size: contain;
	}

	.index .compare .list .compares .wrap .left,
	.index .compare .list .compares .wrap .right {
		width: 155px;
		height: 85px;
	}

	.index .compare .list .compares .wrap .left:before,
	.index .compare .list .compares .wrap .right:before {
		font-size: 14px;
		padding: 0 5px;
		height: 25px;
		line-height: 25px;
		font-weight: normal;
		border-radius: 0 0 5px 0;
	}

	.index .compare .list .compares .wrap .left p.title,
	.index .compare .list .compares .wrap .right p.title {
		height: 25px;
		line-height: 25px;
		border-radius: 0;
		bottom: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.index .compare .list .compares .wrap .left p.title label,
	.index .compare .list .compares .wrap .right p.title label {
		line-height: 25px;
		padding: 0 3px;
		font-size: 10px;
		border-radius: 0;
	}

	.index .compare .list .more {
		font-size: 14px;
		width: 140px;
		height: 40px;
		line-height: 40px;
	}

	.index .advertise {
		background-image: url('../images/adv-mobile.jpg');
		height: 150px;
		background-size: 100% 100%;
	}

	.index .advertise .inner .left {
		width: 270px;
		top: 75px;
	}

	.index .advertise .inner .left .text {
		font-size: 9px;
		line-height: 15px;
		text-align: justify;
	}

	.index .advertise .inner .left .text:nth-child(2) {
		display: none;
	}

	.index .advertise .inner .left button.btn {
		margin-top: 5px;
		font-size: 10px;
		width: 80px;
		height: 25px;
		line-height: 25px;
	}

	.index .advertise .inner .right {
		display: none;
	}

	.index .serve {
		padding: 20px 0;
	}

	.index .serve h1.title {
		font-size: 17px;
	}

	.index .serve .description {
		font-size: 14px;
		line-height: 22px;
	}

	.index .serve .server {
		display: none;
	}

	.index .serve .server-mobile {
		display: block;
		width: 100%;
		margin: 15px 0;
	}

	.index .serve .server-mobile .swiper-slide {
		width: 169px;
		padding: 0 4px;
	}

	.index .serve .server-mobile .swiper-slide .wrap {
		height: 100%;
		background: #fff;
		border-radius: 5px;
		overflow: hidden;
	}

	.index .serve .server-mobile .swiper-slide .wrap .poster {
		width: 100%;
		height: 170px;
		overflow: hidden;
		position: relative;
	}

	.index .serve .server-mobile .swiper-slide .wrap .poster img {
		width: 100%;
		display: block;
	}

	.index .serve .server-mobile .swiper-slide .wrap .poster .descript {
		width: 100%;
		height: 100%;
		padding: 0 5px;
		background: #05244f;
		background: rgba(5, 36, 79, 0.5);
		position: absolute;
		top: 145px;
	}

	.index .serve .server-mobile .swiper-slide .wrap .poster .descript p {
		color: #fff;
		width: 100%;
		font-size: 14px;
		line-height: 25px;
	}

	.index .serve .server-mobile .swiper-slide .wrap .poster .descript p:first-child {
		line-height: 25px;
	}

	.index .serve .server-mobile .swiper-slide .wrap .text {
		padding: 5px;
	}

	.index .serve .server-mobile .swiper-slide .wrap .text .name {
		font-size: 15px;
		font-weight: normal;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.index .serve .server-mobile .swiper-slide .wrap .text .name span {
		display: none;
	}

	.index .serve .server-mobile .swiper-slide .wrap .text a.btn {
		width: 70px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		display: block;
		margin: 5px auto 0 auto;
		background: #e98b0e;
		color: #fff;
		outline: none;
		border: none;
		border-radius: 4px;
		text-align: center;
		cursor: pointer;
	}

	.index .serve .server-mobile .server-mobile-prev,
	.index .serve .server-mobile .server-mobile-next {
		top: 70px;
		width: 22px;
		height: 44px;
		background-size: contain;
	}

	.index .serve .server-mobile .server-mobile-prev {
		left: 5px;
	}

	.index .serve .server-mobile .server-mobile-next {
		right: 5px;
	}

	.index .serve .more {
		font-size: 14px;
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.index .comment {
		padding: 20px 0;
	}

	.index .comment h1.title {
		font-size: 17px;
	}

	.index .comment .description {
		font-size: 14px;
		line-height: 22px;
	}

	.index .comment .list {
		margin: 15px 0;
	}

	.index .comment .list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.index .comment .list ul li {
		width: 49%;
		margin: 0;
		height: auto;
	}

	.index .comment .list ul li:first-child {
		width: 100%;
		margin-bottom: 8px;
		height: auto;
		margin-right: 0;
	}

	.index .comment .list ul li:first-child .title {
		font-size: 17px;
		line-height: 30px;
		height: 30px;
	}

	.index .comment .list ul li .title {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
	}

	.index .comment .list ul .clearfix {
		display: none;
	}

	.index .comment .more {
		font-size: 14px;
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.index .video {
		padding: 20px 0;
	}

	.index .video h1.title {
		font-size: 17px;
	}

	.index .video .description {
		font-size: 14px;
		line-height: 22px;
	}

	.index .video .wrap {
		margin: 15px 0;
	}

	.index .video .more {
		font-size: 14px;
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.index .way {
		padding: 20px 0;
	}

	.index .way h1.title {
		font-size: 17px;
	}

	.index .way .description {
		font-size: 14px;
		line-height: 22px;
	}

	.index .way .list {
		margin: 15px 0;
	}

	.index .way .list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.index .way .list ul li {
		width: 49%;
		margin-left: 0;
		margin-bottom: 8px;
		height: auto;
	}

	.index .way .list ul li:first-child {
		width: 100%;
		height: auto;
	}

	.index .way .list ul li:first-child a .poster {
		height: 225px;
	}

	.index .way .list ul li:first-child a .text {
		padding: 8px;
		height: auto;
	}

	.index .way .list ul li:first-child a .text p {
		font-size: 17px;
		line-height: 25px;
		height: 25px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.index .way .list ul li:first-child a .text .click {
		position: static;
		text-align: right;
	}

	.index .way .list ul li a .poster {
		height: 110px;
	}

	.index .way .list ul li a .text {
		padding: 5px;
	}

	.index .way .list ul li a .text p {
		line-height: 25px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.index .way .list ul li a .text .click {
		height: 19px;
		line-height: 19px;
		position: static;
		text-align: right;
	}

	.index .way .list ul .clearfix {
		display: none;
	}

	.index .way .more {
		font-size: 14px;
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.lists .navigator {
		display: none;
	}

	.lists #navigator {
		display: block;
	}

	.lists .list>ul>li:first-child {
		margin-top: 0;
	}

	.lists .list>ul>li .poster {
		float: none;
		width: 100%;
		height: 225px;
	}

	.lists .list>ul>li .content {
		width: 100%;
		float: none;
		padding: 10px 10px 15px 10px;
		height: auto;
	}

	.lists .list>ul>li .content h1.title {
		font-size: 17px;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
	}

	.lists .list>ul>li .content .tag {
		margin: 5px 0;
	}

	.lists .list>ul>li .content .tag ul li {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
		border-radius: 10px;
	}

	.lists .list>ul>li .content .price {
		margin-top: 5px;
		height: 30px;
		line-height: 30px;
	}

	.lists .list>ul>li .content .price label {
		font-size: 18px;
		line-height: 30px;
		vertical-align: top;
	}

	.lists .list>ul>li .content .price span,
	.lists .list>ul>li .content .price i {
		line-height: 30px;
		font-size: 14px;
		vertical-align: top;
	}

	.lists .list>ul>li .content .more {
		height: 35px;
		line-height: 35px;
		margin-top: 10px;
	}

	.lists .list>ul>li .content .more a {
		width: auto;
		height: 35px;
		padding: 0 20px;
		font-size: 14px;
		line-height: 35px;
	}

	.lists .list>ul>li .content .more span {
		font-size: 14px;
		line-height: 35px;
	}

	.show .navigator {
		display: none;
	}

	.show #navigator {
		display: block;
	}

	.show .list {
		margin-top: 0;
	}

	.show .list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-left: 0;
		width: 100%;
	}

	.show .list ul li {
		width: 49%;
		height: 180px;
		margin-bottom: 0;
		margin-left: 0;
		margin-top: 15px;
	}

	.show .list ul li:not(:nth-child(n+3)) {
		margin-top: 0;
	}

	.show .list ul li a .poster {
		width: 100%;
		height: 120px;
		overflow: hidden;
	}

	.show .list ul li a .poster img {
		width: 100%;
	}

	.show .list ul li a .poster .mask p {
		margin-top: 40px;
	}

	.show .list ul li a .text {
		width: 100%;
		height: ;
		padding: 5px;
		height: 60px;
	}

	.show .list ul li a .text .title {
		font-size: 14px;
	}

	.show .list ul li a .text .click {
		text-align: right;
		font-size: 12px;
	}

	.page .navigator {
		display: none;
	}

	.page #navigator {
		display: block;
	}

	.page .container {
		width: 100%;
		padding: 10px;
	}

	.page .container div.title {
		padding-bottom: 10px;
	}

	.page .container div.title .subtitle {
		font-size: 14px;
	}

	.page .container div.title p.title {
		font-size: 18px;
		line-height: 30px;
		font-weight: bold;
	}

	.page .container .content {
		padding-bottom: 0;
		min-height: initial;
	}

	.page .container .content>p {
		font-size: 15px;
		line-height: 1.8em;
		text-align: justify;
	}

	.page .container .content .contact .message ul>li {
		position: relative;
		margin-top: 15px;
		height: auto;
		min-height: 30px;
		padding-left: 40px;
	}

	.page .container .content .contact .message ul>li:before {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		font-size: 18px;
		line-height: 30px;
	}

	.page .container .content .contact .message ul>li h6 {
		margin-bottom: 5px;
		font-size: 15px;
	}

	.page .container .content .contact .message ul>li p {
		font-size: 14px;
	}

	.page .container .content .contact .map {
		margin-top: 25px;
	}

	.page .container .content .contact .map #map {
		height: 330px;
	}

	.page .container .content .custom {
		padding-top: 15px;
		padding-bottom: 15px;
		min-height: initial;
	}

	.page .container .content .custom form ul li {
		text-align: left;
	}

	.page .container .content .custom form ul li.code {
		height: auto;
	}

	.page .container .content .custom form ul li.code input[type=text] {
		width: calc(100% - 140px);
	}

	.page .container .content .custom form ul li label {
		display: none;
	}

	.page .container .content .custom form ul li input[type=text] {
		width: 100%;
	}

	.page .container .content .custom form ul li input[type=submit] {
		display: block;
		width: 100%;
		margin-top: 15px;
	}

	.page .container .content .custom .tip {
		margin-top: 15px;
	}

	.detail .inner>.article {
		width: 100%;
		padding: 10px;
	}

	.detail .inner>.article div.title p.title {
		font-size: 18px;
		font-weight: bold;
		line-height: 30px;
	}

	.detail .inner>.article div.title .publish {
		font-size: 14px;
	}

	.detail .inner>.article .content img {
		max-width: 100%;
	}

	.detail .inner>.article .handle .pager {
		width: 100%;
		float: none;
	}

	.detail .inner>.article .handle .share {
		width: 100%;
		float: none;
		text-align: left;
	}

	.detail .inner .main {
		width: 100%;
		padding: 10px;
	}

	.detail .inner .main h1.title {
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}

	.detail .inner .main .container {
		margin-top: 10px;
	}

	.detail .inner .main .container .left {
		width: 100%;
		float: none;
		height: auto;
	}

	.detail .inner .main .container .left #main {
		width: 100%;
		height: 213px;
	}

	.detail .inner .main .container .left .preview {
		height: 0;
	}

	.detail .inner .main .container .left .preview #preview {
		display: none;
	}

	.detail .inner .main .container .left .preview .preview-prev,
	.detail .inner .main .container .left .preview .preview-next {
		top: -160px;
		z-index: 7;
	}

	.detail .inner .main .container .right {
		float: none;
		width: 100%;
		height: auto;
	}

	.detail .inner .main .container .right .goto {
		height: 50px;
		line-height: 50px;
		padding: 0 5px;
		font-size: 13px;
	}

	.detail .inner .main .container .right .goto span {
		font-size: 15px;
	}

	.detail .inner .main .container .right .descript.reserve-desc ul li {
		max-height: auto;
		overflow: visible;
		height: auto;
	}

	.detail .inner .main .container .right .descript.reserve-desc ul li+li {
		margin-top: 5px;
	}

	.detail .inner .main .container .right .descript.reserve-desc ul li .value {
		width: 235px;
		width: calc(100% - 100px);
		height: auto;
	}

	.detail .inner .main .container .right .descript p {
		height: auto;
		line-height: 22px;
		margin-top: 10px;
		font-size: 14px;
		text-overflow: clip;
		white-space: normal;
		overflow: visible;
	}

	.detail .inner .main .container .right .descript p.price {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 0;
	}

	.detail .inner .main .container .right .descript p.price span {
		font-size: 24px;
		font-weight: bold;
	}

	.detail .inner .main .container .right .descript p.price a {
		padding: 0 15px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}

	.detail .inner .main .description .tabs {
		display: none;
	}

	.detail .inner .main .description #tabs {
		display: block;
		border-bottom: 2px solid #e98b0e;
	}

	.detail .inner .main .description .wraps>.content .extra-title {
		background: none !important;
		border-bottom: 2px solid #e98b0e;
		padding-left: 0 !important;
		height: 40px !important;
	}

	.detail .inner .main .description .wraps>.content .extra-title span {
		line-height: 40px !important;
		color: #fff !important;
		font-size: 17px !important;
		padding: 0 10px !important;
	}

	.detail .inner .main .description .wraps>.content #meetPreview {
		display: none;
	}

	.detail .inner .main .description .wraps>.content #meetPreviewMobile {
		display: block;
	}

	.detail .inner .main .description .wraps .item label {
		width: auto;
		height: 35px;
		line-height: 35px;
		border-radius: 5px 5px 0 0;
		font-size: 16px;
		font-weight: normal;
		padding: 0 10px;
	}

	.detail .inner .main .description .wraps .item .content {
		display: block;
		width: 100%;
		padding: 5px;
		min-height: 0;
	}

	.modal .container {
		width: 80%;
		left: 10%;
		top: 13vh;
	}

	.modal .container .title {
		font-size: 17px;
	}

	.modal .container .wrap {
		margin-top: 10px;
	}

	.modal .container .wrap ul li label {
		display: none;
	}

	.modal .container .wrap ul li input[type=text] {
		width: 100%;
		font-size: 14px;
	}

	.modal .container .wrap ul li input[type=text].code {
		width: 110px;
	}

	.modal .container .wrap ul li input[type=submit] {
		font-size: 14px;
		display: block;
		width: 100%;
		margin-top: 20px;
	}
}
